home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-08-22 | 1.1 KB | 44 lines | [TEXT/Pico] |
- # Fun with Steve Jobs (Read in the "Steve" and "Clouds" pictures first)
-
- # Steve reflected.
- steve[x-10,y]
- x < 128 ? steve[x-8,y] : steve[X-(x+8),y]
- x > 128 ? steve[x-8,y] : steve[X-(x+8),y]
- x > 128 ? steve[x-5,y] : steve[X-(x+5),y]
-
- y & 2 ? steve[x-12,y] : steve[X-(x+12),y]
- steve[x-12,y]/2 + steve[X-(x+12),y]/2
-
- # Target Steve
- r & 16 ? steve[x-12,y] : steve[X-(x+12),y]
- # Sunburst Steve
- a & 16 ? steve[x-12,y] : steve[X-(x+12),y]
- # Stretched Steve
- steve[x-(R-r)+130,y]
- # Steve coneheads
- steve[x*2,y-(r)+120]
- # Squished Steve
- steve[x/2+50,y-(r)+120]
- # Bubble Steve
- steve[x-(R-r)+130,y-(R-r)+120]
-
- # Grumpy Steve
- steve[x-((R-a/2)+130),y-((R-r)+200)]
- # Siamese Steve
- steve[x-(R-a/2)+130,y-((R-a/2)+200)]
- # Mixed Steve
- steve[x-15, a & 8 ? y : Y-y]
-
- # Embossed Steve
- (steve + (Z/4-steve[x+2,y+2])) < 0 ? 0 : (steve + (Z/4-steve[x+2,y+2]))
- # Wallpaper Steve
- steve;old[x+(y/2)-64,y];old[x,y-(x/2)-64];old[x,y+128];(old+old[x+1,y]+old[x,y+1]+old[x+1,y+1])/4;old[x*2, y*2];x > 127 ? old[x,y+64] : old
- # Murky Steve
- steve[x,y-clouds[steve[y,x],steve]/8]
-
- # Balloon Steve
- steve[x-(a)+128,y]
-
- # Cloudy Steve
- (x * steve) / Z + ((Z-x) * clouds) / Z
-